home *** CD-ROM | disk | FTP | other *** search
/ Complete Internet Archive / Complete Internet Archive.iso / Anti Virus / vnpc95.exe / CLEANHD.BAT < prev    next >
DOS Batch File  |  1996-03-14  |  343b  |  15 lines

  1. echo off
  2. cls
  3. echo VirusNet Clean Hard Disk
  4. echo (c) 1996 Safetynet, Inc.
  5. echo ------------------------
  6. echo  
  7. if exist vn.exe goto OK
  8. echo Please switch to the drive where VirusNet Disk 1 is inserted
  9. echo and run CLEANHD again.
  10. goto end
  11. :OK
  12. if not "%OS%"=="Windows_NT" vn /hard /disinf
  13. if "%OS%"=="Windows_NT" vn c: /disinf
  14. :END
  15.